diff --git a/uid_wrapper-1.2.9.tar.gz b/uid_wrapper-1.2.9.tar.gz deleted file mode 100644 index 8678985..0000000 Binary files a/uid_wrapper-1.2.9.tar.gz and /dev/null differ diff --git a/uid_wrapper-1.3.0.tar.gz b/uid_wrapper-1.3.0.tar.gz new file mode 100644 index 0000000..2b19de5 Binary files /dev/null and b/uid_wrapper-1.3.0.tar.gz differ diff --git a/uid_wrapper-1.3.0.tar.gz.asc b/uid_wrapper-1.3.0.tar.gz.asc new file mode 100644 index 0000000..be7592a --- /dev/null +++ b/uid_wrapper-1.3.0.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEEjf9T4Y8qvI2PPJIjfuD8TcwBTj0FAmPGqIYACgkQfuD8TcwB +Tj1n2xAAugnfwNIyCHmy/rcb/c6y5IYCFOgdtOdh6mGJhiEvpoa46Zovt6L621DG +laCnfaRiutocHb9u2S+xLddNG8l1ZnUB5mp3QYhey0tNtcHZiU+QV6OkesLsrm6l +98qBgZqoxaatR28SbXus5ypH3bCZIgturj8nme44Prck+V/vQuOAggGok02GwvuG +7CyR9cYA9vg4RrL60ZDXhMB6jWCVnbgHHMjxp5iyeyTMphPKMzCcWDNC9O93RQFJ +pe5AAwSIH8xmOZSb1Z+uVu3J0WnjubcK8PcoEIW/303d4XRvY+w1T+z1Qu+RxXCH +tRTg2+ysRnWtxcKALzbHmbTaggJpsFZyRuu8Rf7E4H+6cCSvQv8qYiIY4wqcebBE ++Xxytb9BYUY24n4HwkpL/3OScNxV5H4S2o2lHd7QT190IW26CaOJx1WGm90EGQKC +LUh8lPNJqETEIu5Dke3PiUoZJ0x7zd235NbmM3rmJ0B2bhtL/L3yP1H2zslMuus3 +5D3XU0IkUykd6wtgO1He+v1JRZl+mFzkeGPakS9IoIj4E4QVJ3jQAe9UeHL4h3Ac +JG5Yl8T6BTyL72xJUjS0C1DOPSj13pZiUD4FTqHr7mUi9xT6Fmg+IK4xfIYMaqWh +3Pf9q+SyHmaml58rxi5CFYvfkhAIa1Frr/VUHg4izuuA6Gc1IgI= +=SrQO +-----END PGP SIGNATURE----- diff --git a/uid_wrapper.keyring b/uid_wrapper.keyring new file mode 100644 index 0000000..411bf36 Binary files /dev/null and b/uid_wrapper.keyring differ diff --git a/uid_wrapper.spec b/uid_wrapper.spec index 2b4315d..07905b0 100644 --- a/uid_wrapper.spec +++ b/uid_wrapper.spec @@ -1,12 +1,15 @@ Name: uid_wrapper -Version: 1.2.9 +Version: 1.3.0 Release: 1 Summary: A wrapper for privilege separation License: GPLv3+ URL: http://cwrap.org/ Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz +Source1: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc +Source2: uid_wrapper.keyring -BuildRequires: cmake libcmocka-devel gcc + +BuildRequires: cmake libcmocka-devel >= 1.1.0 gcc gnupg2 pkgconfig %description Some projects, such as a file server, need privilege separation to be able to switch @@ -29,6 +32,7 @@ Summary: Help package for %{name} This package contains some man help files for %{name}. %prep +gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} %autosetup -n %{name}-%{version} -p1 %build @@ -41,6 +45,7 @@ cd obj cd obj %make_install + %post /sbin/ldconfig @@ -52,15 +57,20 @@ cd obj make test || find Testing -name "*.log" | xargs cat %files -%doc AUTHORS ChangeLog +%doc AUTHORS README.md CHANGELOG %{_libdir}/libuid_wrapper.so* +%dir %{_libdir}/cmake %{_libdir}/cmake/uid_wrapper/* +%dir %{_libdir}/pkgconfig %{_libdir}/pkgconfig/uid_wrapper.pc %files help %{_mandir}/man1/uid_wrapper.1* %changelog +* Tue Feb 14 2023 lilong - 1.3.0-1 +- Upgrade to 1.3.0 + * Wed Jul 20 2022 zhangfan - 1.2.9-1 - Update to 1.2.9