소스 검색

libnetfilter_acct-1.0.3-2

Tomohiro "Tomo-p" KATO 5 년 전
부모
커밋
27b1ebfad6
1개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. 7 3
      lib/libn/libnetfilter_acct/libnetfilter_acct-vl.spec

+ 7 - 3
lib/libn/libnetfilter_acct/libnetfilter_acct-vl.spec

@@ -1,6 +1,6 @@
 Name:           libnetfilter_acct
 Version:        1.0.3
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        A library providing interface to extended accounting infrastructure
 
 Group:          System Environment/Libraries
@@ -50,11 +50,12 @@ mv examples examples-%{_arch}
 
 
 %files
-%doc COPYING README
+%license COPYING
+%doc README
 %{_libdir}/*.so.*
 
 %files devel
-%doc COPYING
+%license COPYING
 %doc examples-%{_arch}
 %{_includedir}/*
 %{_libdir}/*.so
@@ -62,6 +63,9 @@ mv examples examples-%{_arch}
 
 
 %changelog
+* Sun Aug 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.3-2
+- rebuilt with current environment.
+
 * Sun Feb 25 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.3-1
 - new upstream release.