SHA256
1
0
forked from pool/libselinux
OBS User unknown 2008-10-22 23:17:46 +00:00 committed by Git OBS Bridge
parent 04e80425f1
commit 3ff8709a4e
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 22 16:28:48 CEST 2008 - mrueckert@suse.de
- fix debug_packages_requires define
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 23 12:51:33 CEST 2008 - prusnak@suse.cz Tue Sep 23 12:51:33 CEST 2008 - prusnak@suse.cz

View File

@ -23,7 +23,7 @@ BuildRequires: libsepol-devel >= %{libsepol_ver}
Name: libselinux-bindings Name: libselinux-bindings
Version: 2.0.71 Version: 2.0.71
Release: 2 Release: 3
Url: http://www.nsa.gov/selinux/ Url: http://www.nsa.gov/selinux/
License: GPL v2 only; Public Domain, Freeware License: GPL v2 only; Public Domain, Freeware
Group: System/Libraries Group: System/Libraries
@ -31,7 +31,7 @@ Summary: SELinux library and simple utilities
Source: libselinux-%{version}.tar.bz2 Source: libselinux-%{version}.tar.bz2
Patch0: libselinux-%{version}-rhat.patch Patch0: libselinux-%{version}-rhat.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires python-selinux = %{version}-%{version} %define debug_package_requires python-selinux = %{version}-%{release}
%description %description
Security-enhanced Linux is a feature of the Linux(R) kernel and a Security-enhanced Linux is a feature of the Linux(R) kernel and a
@ -127,6 +127,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/ruby/site_ruby/%{rb_ver}/%{rb_arch}/selinux.so %{_libdir}/ruby/site_ruby/%{rb_ver}/%{rb_arch}/selinux.so
%changelog %changelog
* Wed Oct 22 2008 mrueckert@suse.de
- fix debug_packages_requires define
* Tue Sep 23 2008 prusnak@suse.cz * Tue Sep 23 2008 prusnak@suse.cz
- require only version, not release [bnc#429053] - require only version, not release [bnc#429053]
* Tue Sep 02 2008 prusnak@suse.cz * Tue Sep 02 2008 prusnak@suse.cz

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 22 16:28:59 CEST 2008 - mrueckert@suse.de
- fix debug_packages_requires define
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 23 12:51:10 CEST 2008 - prusnak@suse.cz Tue Sep 23 12:51:10 CEST 2008 - prusnak@suse.cz

View File

@ -22,7 +22,7 @@ BuildRequires: libsepol-devel >= %{libsepol_ver}
Name: libselinux Name: libselinux
Version: 2.0.71 Version: 2.0.71
Release: 2 Release: 3
Url: http://www.nsa.gov/selinux/ Url: http://www.nsa.gov/selinux/
License: GPL v2 only; Public Domain, Freeware License: GPL v2 only; Public Domain, Freeware
Group: System/Libraries Group: System/Libraries
@ -30,7 +30,7 @@ Summary: SELinux library and simple utilities
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}-rhat.patch Patch0: %{name}-%{version}-rhat.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libselinux1 = %{version} %define debug_package_requires libselinux1 = %{version}-%{release}
%description %description
Security-enhanced Linux is a feature of the Linux(R) kernel and a Security-enhanced Linux is a feature of the Linux(R) kernel and a
@ -181,6 +181,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed Oct 22 2008 mrueckert@suse.de
- fix debug_packages_requires define
* Tue Sep 23 2008 prusnak@suse.cz * Tue Sep 23 2008 prusnak@suse.cz
- require only version, not release [bnc#429053] - require only version, not release [bnc#429053]
* Tue Sep 02 2008 prusnak@suse.cz * Tue Sep 02 2008 prusnak@suse.cz