From ffcd9dda67779cc9d9027d6f1a9cd7c8e7f115c9 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 04:27:59 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/sudo.manifest | 5 +++++ packaging/sudo.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/sudo.manifest diff --git a/packaging/sudo.manifest b/packaging/sudo.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/sudo.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/sudo.spec b/packaging/sudo.spec index 8d444dd..5b3ac45 100644 --- a/packaging/sudo.spec +++ b/packaging/sudo.spec @@ -7,6 +7,7 @@ Group: System/Base Url: http://www.sudo.ws/ Source0: http://sudo.ws/sudo/dist/%{name}-%{version}.tar.gz Source1: sudo.pamd +Source1001: sudo.manifest BuildRequires: groff BuildRequires: pam-devel Requires(pre): coreutils @@ -29,6 +30,7 @@ These header files are needed for building of sudo plugins. %prep %setup -q +cp %{SOURCE1001} . %build F_PIE=-fpie @@ -73,6 +75,7 @@ chmod 0440 %{_sysconfdir}/sudoers %lang_package %files +%manifest %{name}.manifest %defattr(-,root,root) %config(noreplace) %attr(0440,root,root) %{_sysconfdir}/sudoers %dir %{_sysconfdir}/sudoers.d @@ -87,6 +90,7 @@ chmod 0440 %{_sysconfdir}/sudoers %{_mandir}/man?/* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/sudo_plugin.h -- 2.7.4