1
0
forked from pool/util-linux

Fix pre_checkin.sh.

OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=259
This commit is contained in:
2014-09-04 14:05:56 +00:00
committed by Git OBS Bridge
parent 3267442cd6
commit b0374a4aa9
3 changed files with 5 additions and 3 deletions

View File

@@ -21,11 +21,13 @@ fi
sed '
s/spec file for package util-linux/spec file for package python-libmount/;
/^Name:/s/util-linux/python-libmount/;
s/WARNING: After editing this file please/WARNING: Never edit this file!!! Edit util-linux.spec and/
' <util-linux.spec >python-libmount.spec
sed '
s/spec file for package util-linux/spec file for package util-linux-systemd/;
/^Name:/s/util-linux/util-linux-systemd/;
s/WARNING: After editing this file please/WARNING: Never edit this file!!! Edit util-linux.spec and/
' <util-linux.spec >util-linux-systemd.spec
cp -a util-linux.changes python-libmount.changes